actionInspect
Type
message
Summary
Sent when an the inspect icon is clicked in read only mode
Syntax
actionInspect <pPath>
Description
The actionInspect message is sent to the widget's script object when the inspect icon is clicked on. The inspect icon appears when the value string of a particular array element contains a newline character, or if it is too large to fit in the space provided. The pPath parameter contains the path to the element whose icon was clicked.
Parameters
Name | Type | Description |
---|---|---|
pPath | The path to the clicked element |